runtime.inlineFrame.valid (method)
7 uses
runtime (current package)
mprof.go#L598: for ; uf.valid(); uf = u.next(uf) {
symtab.go#L155: for unext := u.next(uf); unext.valid() && len(ci.callers) > 0 && ci.callers[0] != unext.pc+1; unext = u.next(unext) {
symtab.go#L282: for ; uf.valid(); uf = u.next(uf) {
symtabinl.go#L86: func (uf inlineFrame) valid() bool {
traceback.go#L628: for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
traceback.go#L970: for iu, uf := newInlineUnwinder(f, u.symPC()); uf.valid(); uf = iu.next(uf) {
tracestack.go#L319: for ; uf.valid(); uf = u.next(uf) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)